interrupt service routine

[ˌɪntəˈrʌpt ˈsɜːvɪs ruːˈtiːn]
  • 网络

    中断服务程序;中断服务例程

数据更新时间:2026-04-19 16:22:16
1、

The address of an interrupt service routine.

中断服务程序所在的地址。

互联网摘选

2、

Improvement of Timer Interrupt Service Routine in RTOS

嵌入式实时操作系统中对时钟中断服务程序的改进

互联网摘选

3、

Interrupt service routine in Unix

UNIX中断处理程序的研究

互联网摘选

4、

Modular construction is adopted in the software system design. It is chiefly composed of main program, interrupt service routine, and several functioning modular subprogram.

软件系统的设计采用模块化结构,主要由主程序、中断服务程序和若干功能模块子程序组成。

互联网摘选

5、

Then there is a discussion of the architecture of the interrupt service routine designing for the real-time system. A basic scheme which can be followed for the program designing has been supplied.

然后对实时系统的中断服务程序设计的结构进行了探讨,为具体的程序设计提出了可遵循的基本框架。

互联网摘选

6、

The orinoco interrupt service routine populates sk_buffs with data received from the WLAN and passes it on to the IP stack via netif_rx.

orinoco中断服务例程用从WLAN接收的数据填充sk buffs,并经由netif rx将它传送到IP栈。

互联网摘选

7、

Analysis and design of the driving power of the main control program and the interrupt service routine.

分析并设计了驱动电源的主控制程序及中断服务程序。

互联网摘选

8、

An interrupt service routine for printing Russia symbols

实现俄文扩展字符打印的中断服务程序

互联网摘选

9、

Interrupt service routine ( ISR) is the most important peripheral accessing method.

中断是主机与外部设备交互的最重要的方法。

互联网摘选

10、

We discuss the software modules of the device, including the main routine and the interrupt service routine.

在硬件设计的基础上,完成了装置各软件模块的设计:包括主程序模块和中断服务子程序模块。

互联网摘选

11、

According to structured programming, the software of the lower machine is composed by the main program, the subroutine and interrupt service routine.

按照结构化编程思想,将下位机软件划分为主程序、子程序和中断程序三部分分别进行设计。

互联网摘选

12、

Resident and application of Interrupt Service Routine

中断服务程序的驻留与应用

互联网摘选

13、

The WDM Driver Development through Interrupt Service Routine

中断工作方式下的WDM驱动程序设计

互联网摘选

14、

A VAX/ VMS interrupt service routine that is activated by a software interrupt at a fork interrupt priority level ( IPL).

VAX/VMS的一种中断服务子程序,在分叉中断优先级(pl)软件中断激活。

互联网摘选

15、

According to the hardware scheme of control system, the software realization scheme is given, which includes: the design flow chart of harmonic separating algorithm, the main program and its interrupt service routine.

根据控制系统的硬件设计,确定了软件实现方案,给出了主程序及其中断服务程序、谐波分离算法程序的设计流程图。

互联网摘选

16、

Finally, this paper compendiary introduces the designs of hardware interface routine for ARM mic-controller, hardware interface and interrupt service routine for USB communication.

另外本文也简略介绍了ARM微控制器系统硬件接口程序、USB通讯硬件接口和中断服务程序的设计。

互联网摘选

17、

Even the jiffies ( small packets of kernel time for timing interrupts) are not altered and this lets you debug the Interrupt Service Routine.

此时连jiffies(用来对中断进行计时的内核时钟滴答数)都不会改变,这样就可以对ISR进行调试了。

互联网摘选

18、

The DSP control software is roughly divided into main program, timer interrupt service routine and AD conversion interrupt service routine.

DSP控制软件主要分主程序、定时器中断服务程序和AD转换中断服务程序。

互联网摘选

19、

At last, in the section of software design, startup code programming, operating system choosing and transplanting, task design, drivers design and interrupt service routine design had been discussed.

最后,在软件设计部分探讨了启动代码编写、操作系统的选择和移植、任务规划和设计、驱动程序设计以及中断服务程序设计。

互联网摘选

20、

The module software is a front and back office system. Namely the front system completes interrupt service routine while the background system completes the task-level program.

模块软件采用前后台系统,即前台完成中断服务程序,后台完成任务级程序。

互联网摘选

21、

This article helps device driver developers test the interrupt service routine as much as possible by simulating the various interrupts.

本文通过模拟各种中断,尽可能地帮助设备驱动程序开发人员测试中断服务例程。

互联网摘选

22、

Aim Objective: To master the timer T0, T1 of the mode selection and programming methods, to understand the design method of the interrupt service routine, and learn skills in real-time debugging.

实验目的目的:掌握定时器T0、T1的方式选择和编程方法,了解中断服务程序的设计方法,学会实时程序的调试技巧。

互联网摘选

23、

When the interrupt service routine exits control of the processor is returned to whatever part of the software was previously running.

当中断服务程序退出,对处理器的控制权转到先前运行的那个软件上。

互联网摘选

24、

The main program and interrupt service routine ( ISR) are realized by using modularized software design method.

软件采用模块化软件设计的方法设计了控制系统主程序、中断服务程序及中断服务子程序。

互联网摘选

25、

The software has been programmed with C. Sensorless PMSM dual close-loop vector control with feedback of speed and current are realized. The flow charts of main program and PWM interrupt service routine are given.

软件采用C语言编写,实现了无位置传感器控制算法及转速和电流双闭环矢量控制;给出了系统主程序和PWM中断处理程序流程图。

互联网摘选

26、

It also gives the circuits frame, a boot table building and the design of interrupt service routine in ARM.

文中还给出相关的硬件连接、自举表的建立以及ARM端中断服务程序的设计方法和实例。

互联网摘选

27、

It also registers an interrupt service routine's address to service interrupts generated when wireless data is sent or received.

它还会注册一个中断服务例程的地址以服务收发无线数据时产生的中断。

互联网摘选

28、

Design and Optimize the Interrupt Service Routine of ARM7 Embedded System

ARM7嵌入式系统的中断设计与中断处理优化

互联网摘选

29、
30、

The data exchange between the background ISR ( Interrupt Service Routine) and the foreground Main Loop is achieved by event flags and data buffers.

后台中断服务程序(IS)和前台主循环之间的数据交换通过事件标志和数据缓冲区来实现。

互联网摘选

  • 相关词组
  • 今日热词
  • 热门搜索
  • text[tekst] n.文本,原文;课文,教科书;主题;版本;v.发短信;
  • means[miːnz] n.方法;收入;
  • retell[ˌriːˈtel] vt.(以不同的方式或语言)复述,重述;
  • so cool[səʊ kuːl] 太酷了;真酷;搜酷
  • calculate[ˈkælkjuleɪt] v.计算;估算;估计;预料;
  • coin[kɔɪn] n.硬币;v.创造(新词语);很快地赚(钱);
  • imaginative[ɪˈmædʒɪnətɪv] adj.富于想象力的,运用想象力的;想象或创造出来的;沉溺于想象的;虚假的;
  • root[ru:t] n. 根;根源,根由,原因;根部;根本;基础;方根;根茎,地下茎;词根;核心;块根;底部,基部;起源;须根;祖先;实质;根苗,苗裔(基督教《圣经》用语);〈俚〉阴茎;〈粗〉性交;根状物;〈英〉根用作物;作为性交对象的女人;(常春藤等的)攀缘茎;子孙多的人(或家庭)vt. 使生根;使固定;根源在于;欢呼,喝彩;
  • obscure[əbˈskjʊə(r)] adj.模糊的;无名的;鲜为人知的;费解的;难以理解的vt.使…模糊不清,掩盖;隐藏;使难理解;使模糊;使隐晦;使费解
  • violent[ˈvaɪələnt] adj.暴力的,粗暴的;强烈的,剧烈的;鲜艳夺目的;
  • sweep[swiːp] v.打扫,拂去;梳(头发);挥动(手臂);席卷,扫过;迅速传播;大模大样地走;彻底删掉;延伸;轻松赢得;n.打扫;挥动;搜索,扫荡;广泛性;(道路、河流)绵延弯曲的地带;
  • identity[aɪˈdentəti] n.身份;个性;一致;

英语网英语词典(dict.25820.com)为您提供在线翻译英语词典单词大全英译汉汉译英等英语服务!可按单词字数词义分类查询。支持lj:关键词格式查询例句。

用户反馈
请选择反馈类型(可多选):
您的联系方式:
反馈内容:
提交成功 小编会尽快处理
回到顶部
点击反馈